@import url('http://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300,400;500;600;700;800;900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Spartan',sans-serif;
	font-style: italic;
}

h1{
	font-size: 50px;
	line-height: 64px;
	color:#222;
}
h2{
	font-size: 46px;
	line-height: 54px;
	color:#222;
}
h4{
	font-size: 20px;
	color:#222;
}
h6{
	font-weight: 700;
	font-size: 15px;
}
p{
	font-size: 12px;
	margin: 15px 0 20px 0;
	color: #465b52;
}
.section-p1{
	padding:40px 80px;

}
.section-m1{
	margin:40px 0;
}

body{
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
	background-color:#65793c;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	z-index: 999;
	position:relative;
	top: 0;
	left: 0;
}
#header img{
	width: 160px;
	height: 120px;

}
#navbar{
	display: flex;
	align-items: center;
	justify-content: center;
}
#close{
	display: none;
}
#navbar li{
	list-style: none;
	padding: 0 20px;
	position: relative;
}
#navbar li a{
	text-decoration: none;
	font-size: 23px;
	font-weight: 600;
	color: yellowgreen;
	transition:0.3s ease;
	text-shadow: 2px 2px 2px black;
}
#navbar li a:hover,
#navbar li a.active{
color: yellowgreen;
text-shadow: 2px 2px 2px black;
transform: scale(1.5);
}

#navbar li a.active::after,
#navbar li a:hover::after{
	content:"";
	width: 70%;
	height: 2px;
	background: yellowgreen;
	position: absolute;
	bottom: -4px;
	left: 20px;
}
#mobile{
	display: none;
	align-items: center;
}

section h1{
	position: relative;
	font-size: 70px;
	color: ghostwhite;
	font-weight: 600;
}

section .animate{
	opacity: 0;
	filter: blur(5px);
	transition: 1s;
}

section.show-animate .animate{
	opacity: 1;
	filter: blur(0);
}
.sec-1{
	width: 100%;
	height: 100vh;
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.sec-1 h1{
   text-shadow:0 0 5px #03e9f4,
              0 0 15px #03e9f4,
              0 0 35px #03e9f4;
   color:rgba(0, 0, 0, 0.7);
	font-style: italic;
	font-size: 7rem;
}
.sec-1 h1 span{
   color:darkred;
}
.sec-1 p{
	font-size:22px ;
   color: #0f0;
}
.sec-1 .animate{
	transform: translateX(-100%);
}
.sec-1.show-animate .animate {
	transform: translateX(0);
}
.sekcia{
	margin-top: 60px;
}
.sekcia .images img{
	max-width: 300px;
	height: 250px;
	margin: 0 10px;
	transform: translateX(-100%);
	transition-delay: calc(.2s * var(--i));
}
.sekcia.show-animate .images img{
	transform: translateX(0);
}
#feature{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#feature .fe-box{
	width: 100%;
	max-height: 500px;
	text-align: center;
	padding: 25px 25px;
	box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
	border-radius: 4px;
	display: block;
	justify-content: center;
	align-items: center;
}
#feature .fe-box:hover{
	box-shadow: 0 0 5px #65793c,
              0 0 15px #65793c,
              0 0 55px #65793c;
}
#feature .fe-box h6{
   display: block;
	padding: 9px 8px 6px 8px;
	line-height: 1;
	border-radius: 4px;
	color:black;
	font-size: 20px;
}
#feature .fe-box p{
	display: inline-block;
	padding: 9px 8px 6px 8px;
	line-height: 1.5;
	color:black;
	font-size: 15px;

}
#feature .fe-box img{
	width: 200px;
	margin-bottom: 15px;
	padding: 20px;
}

.sec-5 .images img{
	max-width: 400px;
	height: 250px;
	margin: 0 30px;
	transform: translateX(-100%);
	transition-delay: calc(.2s * var(--i));
}
.sec-5.show-animate .images img{
	transform: translateX(0);
}
#banner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-image: url('img/wood1/load-2.jpg');
	background-size: cover;
	width: 100%;
	height: 40vh;
	background-position: center;
}
#banner h4{
	color: whitesmoke;
	font-size: 16px;

}
#banner h2{
	color: whitesmoke;
	font-size: 36px;
	padding: 10px 0;
}

#banner h2 span{
	color:#ef3636;
}
#banner button{
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background: #fff;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	outline: none;
	transition: 0.2s;
}
#banner button:hover{
	background: #088178;
	color: #fff;
}
#newsletter{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-image: url('img/wood1/R.jfif');
	background-size: cover;
	background-position: 20% 30%;
	background-color: #041e42;
}
#newsletter h4{
	font-size: 27px;
	font-weight: 700;
	color: #fff;

}
#newsletter p{
	font-size: 14px;
	font-weight: 600;
	color:#ef3636;

}
#newsletter p span{
	color:#ffbd27;
}
#newsletter input{
	height: 3.125em;
	padding: 0 1.25em;
	font-size: 14px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#newsletter button{
	background: #088178;
	color: #fff;
	white-space: nowrap;
	padding: 13px 20px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	outline: none;
	transition: 0.2s;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#newsletter .form{
	display: flex;
	width: 40%;
}
footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .col{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10px;
}
footer .col img{
	width: 85px;
	height: 80px;
	margin-bottom: 10px;
}
footer.colinstall{
	display: flex;
	justify-content: space-between;
}
.colinstall img{
	width: 100px;
	height: 80px;
}
footer .col a{
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color:black;
	margin-bottom: 10px;
}
footer .col p{
	color: black;
	font-size: 18px;
	font-style: italic;
}
footer .col a:hover{
	color: darkred;
}
footer h4{
	font-size: 14px;
	padding-bottom: 10px;
}
footer .follow{
	margin-top: 20px;

}

footer .follow i{
	color: #465b52;
	padding-right: 4px;
	cursor: pointer;
	font-size: 25px;
	
}
footer .follow i:hover{
	color: #088178;

}
footer .copyright{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.Copyright p{
	font-size: 30px;
	color: #03e9f4;

}
/*page*/
#page-header{
  background-image: url('img/noravan.webp') ;
  width: 100%;
  height: 40vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 14px;
}
#page-header h2,
#page-header p{
	color:black;
}

#prodetails{
	display: flex;
	margin-top: 20px;
}
#prodetails a i{
   font-size: 16px;
   font-weight: 600;
}
/*single product*/
#prodetails .single-pro-img{
	width: 30%;
	margin-right: 50px;

}
#prodetails .single-pro-details{
	width: 50%;
	padding-top: 30px;
}

#prodetails .single-pro-details h4{
	padding: 40px 0 20px 0;
}

#prodetails .single-pro-details h2{
	font-size: 26px;
}

#prodetails .single-pro-details select{
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#prodetails .single-pro-details input{
	width: 50px;
	height: 47px;
	padding-left:10px ;
	font-size: 16px;
	margin-right: 10px;
}
#prodetails .single-pro-details input:focus{
	outline: none;
}
#prodetails .single-pro-details button{
	background-color: #088178;
	color: #fff;
	padding: 15px 20px 15px 20px;
}
#prodetails .single-pro-details span{
	line-height: 25px;
}
#prodetails .single-pro-img{
	width: 50%;
}
.small-img-group{
	display: flex;
	justify-content: space-between;
}
.small-img-col{
	flex-basis: 24%;
	cursor: pointer;
}
/*blog page*/
#page-header.blog-header{
  background-image: url('img/96.thumb.jpg') ;
  filter: grayscale(50%);
  
}
#blog{
	padding: 150px 150px 0 150px;
}
#blog .blog-box{
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	padding-bottom: 90px;
}
#blog .blog-img{
	margin-right: 40px;
	width: 50%;
}
#blog img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
#blog .blog-details{
	width: 50%;
}
#blog .blog-details a{
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	color: #000;
	position: relative;
	transition:0.3s ;

}
#blog .blog-details a::after{
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	background: #000;
	top: 6px;
	right: -60px;
}
#blog .blog-details a:hover{
	color: #088178;
}
#blog .blog-details a:hover::after{
	background-color:#088178;
}
#blog .blog-box h1{
	position: absolute;
	top: -60px;
	left: 0;
	font-size: 70px;
	font-weight: 700;
	color: #c9cbce;
	z-index: -9;
}
/*About*/
#page-header.about-header{
	background-image: url('img/96.thumb.jpg');
}

#about-head{
	display: flex;
	align-items: center;
}
#about-head img{
	width: 50%;
	height: auto;
}

#about-head div{
	padding-left: 40px;
}

#about-app{
	text-align: center;
}
#about-app.video{
	width: 70%;
	height: 100%;
	margin: 30px auto 30px auto;
}
#about-app .video video{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
/*contact*/
#contact-details{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#contact-details .details{
	width: 40%;
}
#contact-details .details span,
#form-details form span{
	font-size: 12px;
}
#contact-details .details h2,
#form-details form h2{
	font-size: 26px;
	line-height: 35px;
	padding: 20px 0;
}

#contact-details .details h3{
	font-size: 16px;
	padding-bottom: 15px;
}
#contact-details .details li{
	display: flex;
	list-style: none;
	padding: 10px 0;
}
#contact-details .details li i{
	font-size: 14px;
	padding-right: 22px;
}
#contact-details .details li p{
	font-size: 14px;
	margin: 0;
}

#contact-details .map{
	width: 55%;
	height: 400px;
}
#contact-details .map iframe{
	width: 100%;
	height: 100%;
}
#form-details{
	display: flex;
	justify-content: space-between;
	margin: 30px;
	padding: 80px;
	border: 1px solid #e1e1e1;
}
#form-details form{
	width: 65%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.people img{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}
#form-details .people div{
	padding-bottom: 25px;
	display: flex;
	align-items: flex-start;
}
#form-details .people div p{
	margin: 0;
	font-size: 13px;
	line-height: 25px;
}
#form-details .people div p span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #000;

}
#form-details form input,
#form-details form textarea{
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 12px;
	outline: none;
	border: 1px solid #e1e1e1;
}
#form-details form button{
	background: #088178;
	color: #fff;
	padding: 12px 12px 12px 12px;
	font-size: 16px;
	border-radius: 500px;
}
/*card page*/
#cart {
	overflow-x: auto;
}
#cart table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	white-space: nowrap;
}
#cart table img{
	width: 70px;
}
#cart table td:nth-child(1){
	width: 100px;
	text-align: center;
}
#cart table td:nth-child(2){
	width: 150px;
	text-align: center;
}
#cart table td:nth-child(3){
	width: 200px;
	text-align: center;
}
#cart table td:nth-child(4){
	width: 150px;
	text-align: center;
}
#cart table td:nth-child(5){
	width: 150px;
	text-align: center;
}
#cart table td:nth-child(6){
	width: 150px;
	text-align: center;
}
#cart table td:nth-child(5) input{
	width: 70px;
	padding:  10px 5px 10px 15px;

}
#cart table thead{
	border: 1px solid #e2e9e1;
	border-left: none;
	border-right: none;

}
#cart table thead td{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	padding: 18px 0;
}
#cart table tbody tr td{
	padding-top: 15px;
}
#cart table tbody  td{
	font-size: 13px;
}
#cart-add{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#coupon{
	width: 50%;
	margin-bottom: 30px;
}
#coupon h3,
#subtotal h3{
	padding-bottom: 15px;
}
#coupon input{
	padding: 10px 20px;
	outline: none;
	width: 60%;
	margin-right: 10px;
	border: 1px solid #e2e9e1;
}
#coupon button{
	background-color: #088178;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px 10px 15px;

}
#subtotal{
	width: 50%;
	margin-bottom: 30px;
	border: 1px solid #e2e9e1;
	padding: 30px;

}
#subtotal button{
	background-color: #088178;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px 10px 15px;
}
#subtotal table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
#subtotal table td{
	width: 50%;
	border: 1px solid #e2e9e1;
	padding: 10px;
	font-size: 13px;
}

@media (max-width:850px){
	.section-p1{
		padding: 40px 40px;
	}
#navbar{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100vh;
	background-color: #e3e6f3;
	box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
	padding: 80px 0 0 10px;
	font-size: 12px;
}
#navbar.active{
	right: 0px;
}
#navbar li{
	margin-bottom: 25px;
}
#mobile{
	display: flex;
	align-items: center;
}
#mobile i{
	color: #1a1a1a;
	font-size: 24px;
	padding-left: 20px;
}
#close{
	display: initial;
	position: absolute;
	top: 30px;
	left: 30px;
	color: #222;
	font-size: 28px;
}
#lg-bag{
	display: none;
}
#hero{
	height: 70vh;
	padding: 0 80px;
	background-position: top 30% right 30%;
}
#feature .fe-box{
	width: 100%;
	display: block;
	justify-content: center;
	align-items: center;
}
#product1 .pro-conteiner{
	justify-content: center;
}
#product1 .pro{
	margin: 15px;
}
#banner{
	height: 20vh;
}
#form-details{
	padding: 40px;

}
#form-details form{
	width: 50%;
}
.sec-1 .cont h1{
	font-size: 4rem;
}
}
@media (max-width:580px){
	#section-p1{
		padding: 20px;
	}
	#header{
		padding: 10px 30px;
	}
	h2{
		font-size: 32px;
	}
	h1{
		font-size: 38px;
	}
	#hero{
		padding: 0 20px;
		background-position: 55%;
	}
	#hero button {
		display: none;
		
	}
	#feature .fe-box{
		width: 100%;
		overflow: auto;
	   display: block;
	   justify-content: center;
	   align-items: center;
	   margin: 10px;
   }
   #feature .fe-box img{
	  width: 120px;
	  margin-bottom: 10px;
     }
     .section-top{
     	width: 100%;
     }
.sec-1 .cont h1{
	font-size: 3rem;
}
#banner{
	
	height: 40vh;
}
#banner h4{
	color: whitesmoke;
	font-size: 10px;

}
#banner h2{
	color: whitesmoke;
	font-size: 18px;
	padding: 10px 0;
}

#banner button{
	
	font-size: 10px;
}
#banner button:hover{
	background: #088178;
	color: #fff;
}
#newsletter{
	padding: 40px 20px;
}
#newsletter .form{
	width: 100%;
}
.section-top{
	width: 100%;
}
footer .copyright{
	text-align: start;
}
/*single product*/
#prodetails{
	display: flex;
	flex-direction: column;
}
#prodetails .single-pro-img{
	width: 100%;
	margin-right: 0px;
}
#prodetails .single-pro-details{
	width: 100%;
}
/*Blog Page*/
#blog{
	padding: 100px 20px 0 20px;
}
#blog .blog-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	
}
#blog .blog-img{
	width: 70%;
	margin-right: 0;
	margin-bottom: 30px;
}
#blog .blog-details{
	width: 100%;
}
.blog-details h4{
	font-size: 10px;
}
.blog-details p{
	font-size: 9px;
}
/*About*/
#about-head{
	flex-direction: column;
}
#about-head img{
	width: 100%;
	margin-bottom: 20px;
}
#about-head div{
	padding-left: 0px;
}
#about-head .video{
	width: 100%;
}	
/* contact page */
#contact-details{
	flex-direction: column;
}
#contact-details .details{
	width: 100%;
	margin-bottom: 30px;
}
#contact-details .map{
	width: 100%;
}
#form-details{
	margin: 10px;
	padding: 30px 10px;
	flex-wrap: wrap;
}

#form-details form{
	width: 100%;
	margin-bottom: 30px;
}
#cart-add{
	flex-direction: column;
}
#coupon{
	width: 100%;
}
#subtotal{
	width: 100%;
	padding: 20px;
}
}
.contacts{
	width: 50%;
	padding: 2rem 9%;
}
.contacts .heading{
	text-align: center;
	margin-bottom: 2rem;
	color: #f2f2f2;
	font-size: calc(25px + (70 - 25)*((100vw - 300px)
		/(1600 - 300)));
}
.contacts .heading span{
	color: orangered;
}
.contacts .heading h2{
	color: gray;
}
.contacts .row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.contacts .row img{
	flex: 1 1 40rem;
}
.contacts .row form{
	flex: 1 1 40rem;
}
.contacts .row form .box{
	width: 100%;
	margin: 1rem 0rem 2rem;
	border-radius: 0.5rem;
	padding: 0.8rem;
}
.contacts .row form span{
	color: ghostwhite;
	font-size: calc(12px + (16 - 12)*((100vw - 300px)
		/(1600 - 300)));
}
.contacts .row form .gender{
	margin: 1rem 0rem 2rem;
}
.contacts .row form .gender label{
	margin-left: 0.2rem;
	font-size: 1.6rem;
	color: ghostwhite;
	cursor: pointer;
}
.contacts .row form .gender #female{
	margin-left: 2rem;
}
.contacts .row form .gender input{
	appearance: none;
	width: 1.5rem;
	height: 1.5rem;
	background-color: ghostwhite;
	cursor: pointer;
	transition: 0.3s;
}
.contacts .row form .gender input:checked{
	background-color: orangered;
	border-radius: 50%;
}
.contacts .row form .gender #female:checked ~ label[for=female]{
	color: orangered;
}
.contacts .row form .gender #male:checked ~ label[for=male]{
	color: orangered;
}
.btn{
	padding: 1rem 3rem;
	border-radius: 1.5rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.7);
	font-weight: 800;
	cursor: pointer;
	transition: 0.3s;
}
.btn:hover{
	background-color: orangered;
	color: ghostwhite;
}
.section-top{
	width: 100%;
	height: 85vh;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-image: url(img/1024x1024_q85.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	justify-content: center;
	animation: change 10s infinite ease-in-out;
}
.cont{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}
/*@keyframes change{
	0%{
		background-image: url(img/humb.jpg);
	}
	
	25%{
		background-image: url(img/473234328_122111901518676650_8223358251748088195_n.jpg);
	}
	50%{
		background-image: url(img/87c20945-42af-4a8d-b65d-cab05bf2122e.jfif);
	}
	75%{
		background-image: url(img/kl-main-building-d-Kopie.jpg);
	}
	100%{
		background-image: url(img/noravan.webp);
	}
}*/
